home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / signon.dir / 00050_Script_50 < prev    next >
Text File  |  1994-11-29  |  267b  |  15 lines

  1. on exitFrame
  2.   global OCSTNE
  3.  
  4.   if the movieTime of sprite 3 = OCSTNE then
  5.     unloadcast
  6.     go to the frame + 1
  7.   else
  8.     go to frame the frame
  9.   end if
  10. end
  11.  
  12. on mousedown
  13.   set the movieRate of sprite 3 to 0
  14.   go to frame "StartEffect"
  15. end mousedown